home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishcontactemail.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.5 KB  |  46 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\contact.gif" height="16" width="16" alt-"Contact"> Contact - E-mail</h1>
  18.                     Use the <b>E-mail</b> tab to manage the e-mail addresses available for this 
  19.                     contact.
  20.                     <UL>
  21.                         <li>
  22.                             <b>E-mail:</b> Lists the e-mail addresses and respective Use Types for this 
  23.                             contact.
  24.                             <ul>
  25.                                 <li class="action">
  26.                                     Click <b>Add E-mail</b> to add an e-mail address and Use Type to this contact.
  27.                                 </li>
  28.                                 <li class="action">
  29.                                     Click <b>Edit</b> to modify an e-mail address and Use Type to this contact.
  30.                                 </li>
  31.                                 <li class="action">
  32.                                     Click <b>Delete</b> to remove an e-mail address from this contact.
  33.                                 </li>                                
  34.                             </ul>
  35.                         </li>
  36.                     </UL>
  37.                     <H3>More Information</H3>
  38.                     <!-- #include file = "glossary.contact.htm" -->
  39.                 </td>
  40.             </tr>
  41.         </table>
  42.         <!-- #include file = "publish.footer.htm" -->
  43.     </body>
  44. </html>
  45.  
  46.